home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 2.0b3 / Examples / pre-built AMReminder / PowerPlant / CmdCodes.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-05  |  251 b   |  12 lines  |  [TEXT/MMCC]

  1. /* CmdCodes.h -- command code declarations */
  2. /* Created 10/5/95 4:49 PM by AppMaker */
  3.  
  4. #pragma once
  5.  
  6. #include <PP_Types.h>
  7.  
  8. const CommandT    cmdAddReminder    = 'Addr';
  9. const CommandT    cmdEditReminder    = 'Edir';
  10. const CommandT    cmdDeleteReminder    = 'Delr';
  11.  
  12.